From: Lars-Peter Clausen Date: Sat, 13 Sep 2008 17:37:28 +0000 (+0000) Subject: fix configure options error. X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=ea83a03a5e8fd36c8a604a5adede20bd04cb4b80;p=openwrt%2Fsvn-archive%2Fpackages.git fix configure options error. SVN-Revision: 12600 --- diff --git a/XOrg/lib/vte/Makefile b/XOrg/lib/vte/Makefile index d10a88a49..82425d86e 100644 --- a/XOrg/lib/vte/Makefile +++ b/XOrg/lib/vte/Makefile @@ -59,7 +59,7 @@ endef define Build/Configure $(call Build/Configure/Default, \ --without-xft2 \ - $(if PKG_CONFIG_python-vte,--enable-python,--disable-python) \ + $(if $(CONFIG_PACKAGE_python-vte),--enable-python,--disable-python) \ ) endef